GtkExpander: Convert to indirect rendering
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Aug 2016 23:05:14 +0000 (19:05 -0400)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:12 +0000 (11:49 +0100)
commitac52abcedc42a3af7bb1b335758262124309457f
tree9b2c8fd61f88eb921c6c1b3ee5ab2a2b90ae4dba
parent62eb900b83fc63aba064d0b381142ea8534a71e6
GtkExpander: Convert to indirect rendering

This is the first example of indirect rendering involving
a box gadget. For now, we iterate the child gadgets manually,
and rely on gtk_container_propagate_render_node for the
child widgets. Eventually, we may want a better solution
here.
gtk/gtkexpander.c